- opBinary
Matrix3 opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto ref opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto ref opIndex(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
- rotate
Matrix3 rotate(float radians)
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
Matrix3 scale(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- translate
Matrix3 translate(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- transpose
Matrix3 transpose()
Undocumented in source. Be warned that the author may not have intended to support it.